.sy_nav_bg{
    background:rgba(0,0,0,0.5);
    height: 60px;
	margin-top:35px;
}
.sy_logo{
	position: absolute;
	bottom:0;
	left: 45%;
}
.sy_nav{
	height: 60px;
	margin-top: 15px;
}
.sy_nav>ul>li>a>span{
	padding-right: 8px;
}
.sy_nav>ul>li>a{
	color: #fefefc;
	font-size: 15px;
}
.sy_nav>ul>li>a:hover{
	color: #fefefc;
}
.sy_about{
	height: 400px;
	background: url(../images/about1.jpg) no-repeat center;
	position: relative;
}
.sy_about_title{
	color: #fbfbfb;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 75px;
}
.sy_about_content{
	width: 880px;
	color: #eee;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 35px;
}
.sy_about_more{
	background: url(../images/about2.png) no-repeat center;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	line-height: 60px;
}
.sy_about_more a{
    color: #eee;
	font-size: 16px;
}
.sy_bottom{
	height: 311px;
	background: #171717;
}
.sy_bottom_nav ul li{
	background: url(../images/bg_li.jpg) no-repeat right;
}
.sy_bottom_nav ul li:last-child{
	background: none;
}
.sy_bottom_nav ul li a{
	color: #ccc;
	font-size: 15px;
}
.sy_bottom_nav ul{
	padding-top: 30px;
}
.sy_bottom_nav ul li a:hover{
	color: #ccc;
}
.sy_bottom_logo{
	height: 72px;
	background: url(../images/bg01.jpg) no-repeat center;
	overflow: hidden;
	text-align: center;
	margin-top:30px;
}
.sy_bottom_nav2{
	width:580px;
	margin:0 auto;
}
.sy_bottom_nav2 ul li{
	background: url(../images/bg_li2.jpg) no-repeat right;
}
.sy_bottom_nav2 ul li:last-child{
	background: none;
}
.sy_bottom_nav2 ul li a{
	color: #5b5b5b;
	font-size: 15px;
	padding:0px;
}
.sy_bottom_nav2 ul{
	padding-top: 30px;
}
.sy_bottom_nav2 ul li a:hover{
	color: #5b5b5b;
}
.sy_copy{
	color: #5b5b5b;
	margin-top: 25px;
}
.sy_technical{
	color: #5b5b5b;
	margin-top: 25px;
}

/*内页*/
.ny_banner{
	position: relative;
	z-index: -1;
	height: auto;
}
.ny_main{
	padding:40px 0px;
}
.ny_nav .nav-head{
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #34515f;
}
.ny_nav li a{
	line-height: 36px;
}
.ny_nav li a:hover{
	background-color: #34515f;
	color: #fff
}
.ny_nav .drop-menu{
	border: none;
	padding: 0px;
}
.ny_nav .drop-menu a{
	border: #ccc 1px solid;
	text-align: center;
}
.contact_l_t{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background-color: #34515f;
	color: #fff;
	padding-left: 20px;
}
.contact_l_c{
	border: #ddd 1px solid;
	padding: 5px 20px;
	line-height: 36px;
}
.ny_content{
	border: #ccc 1px solid;
	min-height: 660px;
	padding:20px 20px;
}
.ny_title{
	overflow:hidden;
	background-color:#34515f;
	}	
.ny_title h3{
	line-height:50px;
	float:left;
	color:#fff;
	padding-left:20px;
	}
.ny_title span{
	float:right;
	line-height:50px;
	padding-right:20px;
	color:#FFF;
	}
.ny_title h1,.ny_title h4{
	display:inline;
	font-size:14px;
	color:#FFF;
	}
.ny_title a{
	line-height:14px;
	font-size:12px;
	color:#fff;
	}
.ny_title a:hover{
	background-color:#23333b;
	}	
.ny_news li{
	line-height: 40px;
	border-bottom: #ddd 1px solid;
	color: #666666;
}
.ny_news li a{
	color: #666666;
}
.ny_news li a:hover{
	color: #34515f;
}
.ny_pro img{
	border: #f7f1e1 12px solid;
	width:264px;
	height: 264px;
	 transition: border 1s;
    -webkit-transition: border 1s; /* Safari */
}
.ny_pro:hover img{
	border:#f7f1e1 0px solid;
}
.ny_pro span{
	line-height:50px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #f7f1e1;
	transition: background-color 0.8s,color 0.8s;
    -webkit-transition: background-color 0.8s,color 0.8s; /* Safari */
}
.ny_pro:hover span{
	background-color:#f7f1e1;
	color: #34515f;
}
.pagination li a:hover{
	background: #34515f;
	color:#fff;
}

/*分页*/
.paginate{color: #666; text-align: center; clear:both; margin-top: 1em;}
.paginate a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #333; border: 1px solid #ddd; background: transparent; text-decoration: none;}
.paginate .prev::before{font-family: "FontAwesome";display: inline-block; content:"\f100"; width: 10px; height: 10px; margin-right: 5px;}
.paginate .next::after{font-family: "FontAwesome";display: inline-block; content: "\f101"; width: 10px; height: 10px; margin-left: 5px;}
.paginate a:not(.goto):hover{background-color: #eee; color: #2a6496}
.paginate a.cur,
.paginate a.cur:hover{background-color: transparent; color: #333; margin-right: 1px}
.paginate a.disabled{background-color: transparent;!important; color: #333!important; cursor: no-drop}
.paginate .prev{border-radius: 5px 0 0 5px}
.paginate .next{border-radius: 0 5px 5px 0; }

#menu li.active a{
	color:#fff;
	background-color:#34515f;
}


.mprolist{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.mprolist li{
	float:left; 
	width:256px; 
	list-style:none; 
	margin-left:10px; 
	margin-right:10px; 
	margin-top:15px;
	overflow: hidden;
}
.mprolist li img{
	width:256px; 
	height:192px; 
	border:1px solid #CCC;
	transition: 0.5s;
}
.mprolist li img:hover{
	transform: scale(1.2,1.2);
}
.mprolist li a img{ 

}
.mprolist span{
	display:block;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 6px;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.mprolist1{width:850px;height:auto;display:block;overflow:hidden;}



.mprolist1 li{float:left; width:240px; margin-bottom:25px; margin-left:40px;}

.mprolist1 li img{width:240px; height:220px; border:1px solid #CCC;}

.mprolist1 li a img{ }

.mprolist1 li span{ display:block; width:200px; height:20px; overflow:hidden; line-height:22px; text-align:center;}

.mprolist1 li span a{ display:block;}

.mprolist1 li h1{ font-size:14px; text-align:center; line-height:27px;}